[INFO] fetching crate crabtime 1.1.4...
[INFO] fixing crabtime-1.1.4 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate crabtime 1.1.4 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate crabtime 1.1.4
[INFO] finished tweaking crates.io crate crabtime 1.1.4
[INFO] tweaked toml for crates.io crate crabtime 1.1.4 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate crabtime 1.1.4 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate crabtime 1.1.4 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded crabtime-internal v1.1.4
[INFO] [stderr]   Downloaded quote v1.0.39
[INFO] [stderr]   Downloaded serde v1.0.218
[INFO] [stderr]   Downloaded serde_derive v1.0.218
[INFO] [stderr]   Downloaded winnow v0.7.3
[INFO] [stderr]   Downloaded syn v2.0.99
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 78d5612655d7a1b2b5a7556d9450391727de3d5be8c692ba1a5bab9b7a33fd9d
[INFO] running `Command { std: "docker" "start" "78d5612655d7a1b2b5a7556d9450391727de3d5be8c692ba1a5bab9b7a33fd9d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "78d5612655d7a1b2b5a7556d9450391727de3d5be8c692ba1a5bab9b7a33fd9d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "78d5612655d7a1b2b5a7556d9450391727de3d5be8c692ba1a5bab9b7a33fd9d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "78d5612655d7a1b2b5a7556d9450391727de3d5be8c692ba1a5bab9b7a33fd9d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling winnow v0.7.3
[INFO] [stderr]    Compiling quote v1.0.39
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling crabtime-internal v1.1.4
[INFO] [stderr]    Compiling syn v2.0.99
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling toml_edit v0.22.24
[INFO] [stderr]    Compiling toml v0.8.20
[INFO] [stderr]     Checking crabtime v1.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] error: No 'Cargo.toml' files found in parent directories of '/opt/rustwide/src/lib'.
[INFO] [stdout]    --> src/lib.rs:900:9
[INFO] [stdout]     |
[INFO] [stdout] 900 |         #[crabtime::function]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 901 |         fn empty_def_compilation() {}
[INFO] [stdout] 902 |         empty_def_compilation!();
[INFO] [stdout]     |         ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `crabtime::eval_function` which comes from the expansion of the macro `empty_def_compilation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: No 'Cargo.toml' files found in parent directories of '/opt/rustwide/src/lib'.
[INFO] [stdout]    --> src/lib.rs:926:9
[INFO] [stdout]     |
[INFO] [stdout] 926 |         #[crabtime::function]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 940 |         interpolation_before_brace!();
[INFO] [stdout]     |         ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `crabtime::eval_function` which comes from the expansion of the macro `interpolation_before_brace` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon
[INFO] [stdout]    --> src/lib.rs:947:9
[INFO] [stdout]     |
[INFO] [stdout] 947 |         #[crabtime::function]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 953 |             fn_in_impl!();
[INFO] [stdout]     |             ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `crabtime::eval_function` which comes from the expansion of the macro `fn_in_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: No 'Cargo.toml' files found in parent directories of '/opt/rustwide/src/lib'.
[INFO] [stdout]    --> src/lib.rs:947:9
[INFO] [stdout]     |
[INFO] [stdout] 947 |         #[crabtime::function]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 953 |             fn_in_impl!();
[INFO] [stdout]     |             ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `crabtime::eval_function` which comes from the expansion of the macro `fn_in_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon
[INFO] [stdout]    --> src/lib.rs:908:9
[INFO] [stdout]     |
[INFO] [stdout] 908 |         #[crabtime::function]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 917 |         super::mod_a::inter_module_macro!();
[INFO] [stdout]     |         ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `crabtime::eval_function` which comes from the expansion of the macro `super::mod_a::inter_module_macro` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: No 'Cargo.toml' files found in parent directories of '/opt/rustwide/src/lib'.
[INFO] [stdout]    --> src/lib.rs:908:9
[INFO] [stdout]     |
[INFO] [stdout] 908 |         #[crabtime::function]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 917 |         super::mod_a::inter_module_macro!();
[INFO] [stdout]     |         ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `crabtime::eval_function` which comes from the expansion of the macro `super::mod_a::inter_module_macro` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `crabtime` (lib test) due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "78d5612655d7a1b2b5a7556d9450391727de3d5be8c692ba1a5bab9b7a33fd9d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78d5612655d7a1b2b5a7556d9450391727de3d5be8c692ba1a5bab9b7a33fd9d", kill_on_drop: false }`
[INFO] [stdout] 78d5612655d7a1b2b5a7556d9450391727de3d5be8c692ba1a5bab9b7a33fd9d
